Class org.omg.CORBA.InterfaceDescriptionHelper
All Packages Class Hierarchy This Package Previous Next Index
Class org.omg.CORBA.InterfaceDescriptionHelper
java.lang.Object
|
+----org.omg.CORBA.InterfaceDescriptionHelper
- public final class InterfaceDescriptionHelper
- extends Object
-
__read(InputStream)
-
-
__write(OutputStream, InterfaceDescription)
-
-
extract(Any)
-
-
id()
-
-
insert(Any, InterfaceDescription)
-
-
type()
-
__write
public static void __write(OutputStream out,
InterfaceDescription that)
__read
public static InterfaceDescription __read(InputStream in)
extract
public static InterfaceDescription extract(Any a)
insert
public static void insert(Any a,
InterfaceDescription that)
type
public static synchronized TypeCode type()
id
public static String id()
All Packages Class Hierarchy This Package Previous Next Index